Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 7 - Transform Objects / Transform Objects Reference
Transform Objects Routines / Creating and Manipulating Translate Transforms


Q3TranslateTransform_Set

You can use the Q3TranslateTransform_Set function to set new private data for a translate transform.

TQ3Status Q3TranslateTransform_Set (
TQ3TransformObject transform, 
const TQ3Vector3D *translate);
transform
A transform.
translate
A vector whose three fields specify the desired translation along each coordinate axis.
DESCRIPTION
The Q3TranslateTransform_Set function sets the translate transform specified by the transform parameter to the data passed in the translate parameter. You should use Q3TranslateTransform_Set only with transforms of type kQ3TransformTypeTranslate.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996